home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 336 b | 19 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: lines openwindowtags visiblewindow winpubscreen
-
- lines: lines.c
- sc link $(CFLAGS) $@
-
- openwindowtags: openwindowtags.c
- sc link $(CFLAGS) $@
-
- visiblewindow: visiblewindow.c
- sc link $(CFLAGS) $@
-
- winpubscreen: winpubscreen.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-